crypto/tls.clientHelloMsg.earlyData (field)

15 uses

	crypto/tls (current package)
		handshake_client.go#L317: 	if hello.earlyData {
		handshake_client.go#L496: 					hello.earlyData = true
		handshake_client_tls13.go#L368: 	if hello.earlyData {
		handshake_client_tls13.go#L369: 		hello.earlyData = false
		handshake_client_tls13.go#L584: 	if !hs.hello.earlyData && encryptedExtensions.earlyData {
		handshake_client_tls13.go#L588: 	if hs.hello.earlyData && !encryptedExtensions.earlyData {
		handshake_messages.go#L94: 	earlyData                        bool
		handshake_messages.go#L153: 	if m.earlyData {
		handshake_messages.go#L624: 			m.earlyData = true
		handshake_messages.go#L710: 		earlyData:                        m.earlyData,
		handshake_server_tls13.go#L160: 	if hs.clientHello.earlyData && c.quic != nil {
		handshake_server_tls13.go#L165: 	} else if hs.clientHello.earlyData {
		handshake_server_tls13.go#L443: 		if c.quic != nil && hs.clientHello.earlyData && i == 0 &&
		handshake_server_tls13.go#L657: 	if clientHello.earlyData {